1 implementation of AllocateTableCache
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
992
public byte[]
AllocateTableCache
(OpenTypeTags tableTag, int size)
1 reference to AllocateTableCache
PresentationCore (1)
Core\CSharp\MS\Internal\Shaping\OpenTypeLayoutCache.cs (1)
639
byte[] cache = font.
AllocateTableCache
(tableTag, cacheSize);