Skip to content

Instantly share code, notes, and snippets.

@tckmn
Created December 3, 2017 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tckmn/936b88179e762134b6d11e8d396310fc to your computer and use it in GitHub Desktop.
Save tckmn/936b88179e762134b6d11e8d396310fc to your computer and use it in GitHub Desktop.
broken GetHasGlyphs call
#include <Font.h>
#include <String.h>
int main()
{
BString str("test");
int len = str.CountChars();
bool has[len];
be_fixed_font->GetHasGlyphs(str.String(), len, has);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment