Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
ticket:10107: improve API docs for new function
Browse files Browse the repository at this point in the history
git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@33540 251d0590-4201-4cf1-90de-194747b24ca1
  • Loading branch information
srl committed Apr 19, 2013
1 parent a6c44be commit 4083eb0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion source/layout/LEFontInstance.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

/*
*
* (C) Copyright IBM Corp. 1998-2012 - All Rights Reserved
* (C) Copyright IBM Corp. 1998-2013 - All Rights Reserved
*
*/

Expand Down Expand Up @@ -156,6 +156,10 @@ class U_LAYOUT_API LEFontInstance : public UObject
*
* Subclasses which represent composite fonts should always return <code>NULL</code>.
*
* Note that implementing this function does not allow for range checking.
* Subclasses that desire the safety of range checking must implement the
* variation which has a length parameter.
*
* @param tableTag - the four byte table tag. (e.g. 'cmap')
*
* @return the address of the table in memory, or <code>NULL</code>
Expand All @@ -175,6 +179,8 @@ class U_LAYOUT_API LEFontInstance : public UObject
* Subclasses which represent composite fonts should always return <code>NULL</code>.
*
* This version sets a length, for range checking.
* Note that range checking can only be accomplished if this function is
* implemented in subclasses.
*
* @param tableTag - the four byte table tag. (e.g. 'cmap')
* @param length - ignored on entry, on exit will be the length of the table if known, or -1 if unknown.
Expand Down

0 comments on commit 4083eb0

Please sign in to comment.