Download presentation
Presentation is loading. Please wait.
Published byAnthony Gregory Modified over 9 years ago
1
www.hdfgroup.org The HDF Group Font Test: Consolas and Courier New 1Copyright © 2013 The HDF Group. All rights reserved.
2
www.hdfgroup.org Consolas vs Courier New Copyright © 2013 The HDF Group. All rights reserved.2 Create the first property list. (Calibri) hid_t fapl_id = H5Pcreate(H5P_FILE_ACCESS); (Consolas) Set the terminal VFD using the appropriate API calls. (Calibri) herr_t err = H5Pset_fapl_sec2(terminal); (Consolas) Create the second file create/access property list. (Calibri) hid_t fapl_id = H5Pcreate(H5P_FILE_ACCESS); (Consolas) Set the logical VFD using the appropriate API calls. (Calibri) herr_t err = H5Pset_fapl_family(logical, SIZE, terminal); (Courier New) Create/open your file. (Calibri) hid_t fid = H5Fcreate("foo.h5", 0, H5P_DEFAULT, logical); (Courier New)
3
www.hdfgroup.org Consolas vs Courier New Copyright © 2013 The HDF Group. All rights reserved.3 hid_t fapl_id = H5Pcreate(H5P_FILE_ACCESS); (Consolas) hid_t fapl_id = H5Pcreate(H5P_FILE_ACCESS); (Courier New) herr_t err = H5Pset_fapl_family(logical, SIZE, terminal); (Courier New) herr_t err = H5Pset_fapl_family(logical, SIZE, terminal); (Consolas) herr_t err = H5Pset_fapl_family(logical, SIZE, terminal); (Courier New) herr_t err = H5Pset_fapl_family(logical, SIZE, terminal); (Consolas)
4
www.hdfgroup.org Requirements Copyright © 2013 The HDF Group. All rights reserved.4 A fixed-space font to show code snippets or function names Consolas: new, san serif, Courier New: old, serif, AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQqRr SsTtUuVvWwXxYyZz (Consolas) AaBbCcDdEeFfGgHhIiJjKkLlMmNnOoPpQ qRrSsTtUuVvWwXxYyZz (Courier New)
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.