Merge "Add comment to Typeface.Builder about file descriptor." into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f3157e1692
@@ -563,6 +563,9 @@ public class Typeface {
|
||||
/**
|
||||
* Constructs a builder with a file descriptor.
|
||||
*
|
||||
* Caller is responsible for closing the passed file descriptor after {@link #build} is
|
||||
* called.
|
||||
*
|
||||
* @param fd The file descriptor. The passed fd must be mmap-able.
|
||||
*/
|
||||
public Builder(@NonNull FileDescriptor fd) {
|
||||
|
||||
Reference in New Issue
Block a user